Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add size-limit check for app layout widget entry points #2997

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

just-boris
Copy link
Member

Description

Make the build fail, if assets to bundle in app layout widget grow too high

Related links, issue #, if available: n/a

How has this been tested?

PR build passes

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.28%. Comparing base (a6379c5) to head (2332eb2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2997    +/-   ##
========================================
  Coverage   96.28%   96.28%            
========================================
  Files         769      769            
  Lines       21776    21776            
  Branches     7043     7453   +410     
========================================
  Hits        20966    20966            
+ Misses        802      757    -45     
- Partials        8       53    +45     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

"lib/components/side-navigation/implementation.js",
"lib/components/help-panel/implementation.js"
],
"limit": "140 kB"
Copy link
Member Author

@just-boris just-boris Nov 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently sits on 132.62 kB

@just-boris just-boris marked this pull request as ready for review November 11, 2024 12:37
@just-boris just-boris requested a review from a team as a code owner November 11, 2024 12:37
@just-boris just-boris requested review from dpitcock and removed request for a team November 11, 2024 12:37
@just-boris just-boris added this pull request to the merge queue Nov 11, 2024
Merged via the queue into main with commit 89c8f43 Nov 11, 2024
38 checks passed
@just-boris just-boris deleted the size-limit-widget branch November 11, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants